00001 // deNetWinClient.h : main header file for the DENETWINCLIENT application 00002 // 00003 00004 #if !defined(AFX_DENETWINCLIENT_H__330880E6_90DD_4558_8C81_D049903CE71F__INCLUDED_) 00005 #define AFX_DENETWINCLIENT_H__330880E6_90DD_4558_8C81_D049903CE71F__INCLUDED_ 00006 00007 #if _MSC_VER > 1000 00008 #pragma once 00009 #endif // _MSC_VER > 1000 00010 00011 #ifndef __AFXWIN_H__ 00012 #error include 'stdafx.h' before including this file for PCH 00013 #endif 00014 00015 #include "resource.h" // main symbols 00016 #include "deNetWinClientUser.hpp" 00017 00018 ///////////////////////////////////////////////////////////////////////////// 00019 // CDeNetWinClientApp: 00020 // See deNetWinClient.cpp for the implementation of this class 00021 // 00022 00023 class CDeNetWinClientApp : public CWinApp 00024 { 00025 public: 00026 CDeNetWinClientApp(); 00027 00028 // Overrides 00029 // ClassWizard generated virtual function overrides 00030 //{{AFX_VIRTUAL(CDeNetWinClientApp) 00031 public: 00032 virtual BOOL InitInstance(); 00033 virtual BOOL InitApplication(); 00034 virtual void OnFinalRelease(); 00035 virtual int ExitInstance(); 00036 //}}AFX_VIRTUAL 00037 00038 // Implementation 00039 00040 deNetWinClientUser m_Client; 00041 deNetWinClientUser * GetClient( void ) { return &m_Client; } 00042 00043 public: 00044 //{{AFX_MSG(CDeNetWinClientApp) 00045 afx_msg void OnAppAbout(); 00046 afx_msg void OnConnect(); 00047 afx_msg void OnUpdateConnect(CCmdUI* pCmdUI); 00048 afx_msg void OnDisconnect(); 00049 afx_msg void OnUpdateDisconnect(CCmdUI* pCmdUI); 00050 //}}AFX_MSG 00051 DECLARE_MESSAGE_MAP() 00052 }; 00053 00054 00055 ///////////////////////////////////////////////////////////////////////////// 00056 00057 //{{AFX_INSERT_LOCATION}} 00058 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00059 00060 #endif // !defined(AFX_DENETWINCLIENT_H__330880E6_90DD_4558_8C81_D049903CE71F__INCLUDED_)
1.3-rc3